Function: treemacs-theme->name
treemacs-theme->name is a byte-compiled function defined in
treemacs-themes.el.
Signature
(treemacs-theme->name CL-X)
Documentation
Access slot "name" of treemacs-theme struct CL-X.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-themes.el
(cl-defstruct (treemacs-theme
(:conc-name treemacs-theme->)
(:constructor treemacs-theme->create!)
(:named t))
name path gui-icons tui-icons)